home *** CD-ROM | disk | FTP | other *** search
- #ifndef EGS_EGB_GBTEXTEDIT_H
- #define EGS_EGB_GBTEXTEDIT_H
-
- /***************************************************************************\
- *
- * $
- * $ FILE : gbTextEdit.h
- * $ VERSION : 1
- * $ REVISION : 2
- * $ DATE : 08-Dec-93 12:50
- * $
- * $ Author : mvk
- * $
- *
- *****************************************************************************
- * *
- * (c) Copyright 1990/94 VIONA Development *
- * All Rights Reserved *
- * *
- \***************************************************************************/
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef EGS_EGSINTUI_H
- #include <egs/egsintui.h>
- #endif
- #ifndef EGS_EGSGADBOX_H
- #include <egs/egsgadbox.h>
- #endif
-
- #define EGB_TextEditType "TEDI"
-
- /* TextEdit Flags */
-
- #define EGB_TEDI_MODIFY 1
-
-
- struct EGB_FlowTextGadget {
- struct EI_MasterGadget Master;
- ULONG Flags;
- };
-
- typedef struct EGB_FlowTextGadget *EGB_FlowTextGadPtr;
-
- #endif /*EGS_EGB_GBTEXTEDIT_H */
-
-